projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8d35bf
)
(CHECK_CHAR_TABLE): Don't accept nil.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Oct 1995 00:01:29 +0000
(
00:01
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 31 Oct 1995 00:01:29 +0000
(
00:01
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 2a1c5a3c6a3d52ce7283df021bdb90f3fda12802..3a445446ec063fbdee48e87fe67f7913644c2519 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-992,7
+992,7
@@
typedef unsigned char UCHAR;
do { if (!SYMBOLP ((x))) x = wrong_type_argument (Qsymbolp, (x)); } while (0)
#define CHECK_CHAR_TABLE(x, i) \
- do { if (!CHAR_TABLE_P ((x))
&& !NILP (x))
\
+ do { if (!CHAR_TABLE_P ((x))
)
\
x = wrong_type_argument (Qchar_table_p, (x)); } while (0)
#define CHECK_VECTOR(x, i) \